projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba3a66f
)
(syms_of_xfaces): Delete stray semicolon.
author
Chong Yidong
<cyd@stupidchicken.com>
Tue, 5 Jun 2007 00:19:05 +0000
(
00:19
+0000)
committer
Chong Yidong
<cyd@stupidchicken.com>
Tue, 5 Jun 2007 00:19:05 +0000
(
00:19
+0000)
src/xfaces.c
patch
|
blob
|
history
diff --git
a/src/xfaces.c
b/src/xfaces.c
index b98d10764ce461fbc4cedb26098cccc2820a13c9..07ea34bf736217d67750912c7b950d76ad2b0b7a 100644
(file)
--- a/
src/xfaces.c
+++ b/
src/xfaces.c
@@
-7987,7
+7987,7
@@
syms_of_xfaces ()
staticpro (&QCforeground);
QCbackground = intern (":background");
staticpro (&QCbackground);
- QCstipple = intern (":stipple");
;
+ QCstipple = intern (":stipple");
staticpro (&QCstipple);
QCwidth = intern (":width");
staticpro (&QCwidth);